home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Misc / InstallerNG / developer / savagelib / include / savage / visible.i < prev   
Encoding:
Text File  |  1999-08-14  |  399 b   |  22 lines

  1.  
  2.     IFND    SAVAGE_VISIBLE_I
  3. SAVAGE_VISIBLE_I    SET    1
  4.  
  5.     incdir    include:
  6.     include    exec/types.i
  7.  
  8. ; -----------------------------------------------------------------------------
  9.  
  10.     STRUCTURE    VISIBLE,0
  11.     UWORD    vis_MinX
  12.     UWORD    vis_MinY
  13.     UWORD    vis_MaxX
  14.     UWORD    vis_MaxY
  15.     UWORD    vis_Width
  16.     UWORD    vis_Height
  17.     LABEL    VISIBLE_SIZEOF
  18.  
  19. ; -----------------------------------------------------------------------------
  20.  
  21.     ENDC
  22.